projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac8152
)
; (server-goto-toplevel): Fix comment to reflect the code.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Sep 2019 09:42:52 +0000
(12:42 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Sep 2019 09:42:52 +0000
(12:42 +0300)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 45e3d007e45b7bbbf26d311b24e3e44f6ad00eb3..ac81cdbd48392f2ba5cf3b7f81cbcc1797fa634b 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-931,7
+931,6
@@
This handles splitting the command if it would be bigger than
;; to open a frame on a new display, we might end up with an unusable
;; frame because input from that display will be blocked (until exiting
;; the minibuffer). Better exit this minibuffer right away.
- ;; Similarly with recursive-edits such as the splash screen.
(run-with-timer 0 nil (lambda () (server-execute-continuation proc)))
(top-level)))